home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-01-12 | 376 b | 10 lines | [TEXT/ToyS] |
- open (choose file with prompt "Select a movie:" of type "MooV")
-
- on open theMovie
- set dlog to {size:[320, 220], name:"QuickTime Demo", style:movable dialog, contents:[¬
- {class:push button, name:"OK", bounds:[250, 190, 310, 210]}, ¬
- {class:movie controller, contents:theMovie, bounds:[10, 10, 210, 170], flags:16 + 2} ¬
- ]}
-
- dd auto dialog dlog with grayscale
- end open